home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / programmers / source / simpleguide / simpleguide.readme < prev    next >
Text File  |  1978-06-29  |  1KB  |  31 lines

  1. Short: Source for easy use of AmigaGuide help
  2. Type: dev/c
  3. Author: Petter Nilsen (pettern@powertech.no)
  4. Uploader: Petter Nilsen (pettern@powertech.no)
  5.  
  6. ------------------==================================------------------
  7. 950205
  8.            SimpleGuide: A simple AmigaGuide interface
  9.  
  10.                               Release 1
  11.  
  12.     Copyright (C) 1995 Ultima Thule Software, All Rights Reserved.
  13.                         Author: Petter Nilsen
  14.  
  15. ------------------==================================------------------
  16.  
  17. What is SimpleGuide?
  18. ~~~~~~~~~~~~~~~~~~~~
  19. SimpleGuide  was  created  by  me for own use in our program THOR, the
  20. most  advanced  offline  reader  currently on the Amiga (todays ad :).
  21. SimpleGuide  does  much  of the gruntwork associated with the creation
  22. and  use  of the AmigaGuide online help that Commodore has provided to
  23. users  and programmers.  To use it, you simply link you program to the
  24. SimpleGuide  module (simpleguide.c) and call SimpleGuide to create the
  25. AmigaGuide  help  system,  open  nodes,  close  the  help  system etc.
  26. Currently,  this  code  only  supports  opening AmigaGuide as an async
  27. prosess.   There  might  be  some  problems  with  earlier versions of
  28. amigaguide.library with this, but as far as I know these problems only
  29. exist  with  V33  and early V34 versions.
  30.  
  31.